home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 January
/
macformat-033.iso
/
mac
/
Education
/
Dorling Kindersley
/
DK Atlas
/
DATA
/
contentM.dir
/
00134.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-04-25
|
343 b
|
13 lines
on soundfader chan
if soundBusy(chan) = 1 then
set sttime to the ticks + the volume of sound 1
repeat while the volume of sound chan > chan
set the volume of sound chan to sttime - the ticks
updateStage()
end repeat
sound stop chan
set the volume of sound chan to 255
set the soundLevel to 5
end if
end